+2004-12-03 Tor Lillqvist <tml@iki.fi>
+
+ * gdk-pixbuf/Makefile.am (gdk_pixbuf.def)
+ * gdk/Makefile.am (gdk.def)
+ * gtk/Makefile.am (gtk.def): Work around gcc misfeature. At least
+ gcc 3.3.1 doesn't like to do -E on files that it thinks aren't
+ source files. Use redirection and '-' instead.
+
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Reinstate the previous behavior for clicking Ok after
+2004-12-03 Tor Lillqvist <tml@iki.fi>
+
+ * gdk-pixbuf/Makefile.am (gdk_pixbuf.def)
+ * gdk/Makefile.am (gdk.def)
+ * gtk/Makefile.am (gtk.def): Work around gcc misfeature. At least
+ gcc 3.3.1 doesn't like to do -E on files that it thinks aren't
+ source files. Use redirection and '-' instead.
+
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Reinstate the previous behavior for clicking Ok after
+2004-12-03 Tor Lillqvist <tml@iki.fi>
+
+ * gdk-pixbuf/Makefile.am (gdk_pixbuf.def)
+ * gdk/Makefile.am (gdk.def)
+ * gtk/Makefile.am (gtk.def): Work around gcc misfeature. At least
+ gcc 3.3.1 doesn't like to do -E on files that it thinks aren't
+ source files. Use redirection and '-' instead.
+
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Reinstate the previous behavior for clicking Ok after
+2004-12-03 Tor Lillqvist <tml@iki.fi>
+
+ * gdk-pixbuf/Makefile.am (gdk_pixbuf.def)
+ * gdk/Makefile.am (gdk.def)
+ * gtk/Makefile.am (gtk.def): Work around gcc misfeature. At least
+ gcc 3.3.1 doesn't like to do -E on files that it thinks aren't
+ source files. Use redirection and '-' instead.
+
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Reinstate the previous behavior for clicking Ok after
endif
gdk_pixbuf.def: gdk-pixbuf.symbols
- (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gdk_pixbuf.def
+ (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES - <$(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gdk_pixbuf.def
gdk-pixbuf-alias.h: gdk-pixbuf.symbols
$(PERL) $(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h
endif
gdk.def: gdk.symbols
- (echo -e EXPORTS; $(CPP) -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gdk.def
+ (echo -e EXPORTS; $(CPP) -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES - <$(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gdk.def
gdkalias.h: gdk.symbols
$(PERL) $(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h
endif
gtk.def: gtk.symbols
- (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 $(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gtk.def
+ (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 - <$(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gtk.def
gtkalias.h: gtk.symbols
$(PERL) $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h